home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
w3setcom.arc
/
SETCOM.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-07-05
|
232 b
|
23 lines
.MODEL TINY
include stdmac.inc
.CODE
.STARTUP
gocom:
mov ax,40h
mov ds,ax
mov di,4
mov ds:[di],03e8h
inc di
inc di
mov ds:[di],02e8h
mov al,0
@ExitToDos
end